Fix the build
authorMatthias Clasen <matthiasc@src.gnome.org>
Sat, 19 May 2007 02:12:07 +0000 (02:12 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sat, 19 May 2007 02:12:07 +0000 (02:12 +0000)
svn path=/trunk/; revision=17870

gtk/gtktextview.c

index df238b38992ea9bb34c544f9704c09720ce4fb18..94c18d6627f7ca474a6118e7e9c5ac8c6951b271 100644 (file)
@@ -2460,7 +2460,7 @@ gtk_text_view_get_tabs (GtkTextView *text_view)
 static void
 gtk_text_view_toggle_cursor_visible (GtkTextView *text_view)
 {
-  gtk_text_view_set_cursor_visible (!text_view->cursor_visible);
+  gtk_text_view_set_cursor_visible (text_view, !text_view->cursor_visible);
 }
 
 /**